type crypto/rand.reader

3 uses

	crypto/rand (current package)
		rand_unix.go#L30: 	Reader = &reader{}
		rand_unix.go#L34: type reader struct {
		rand_unix.go#L48: func (r *reader) Read(b []byte) (n int, err error) {